Skip to main content

tsNetGetTimeouts

Type

function

Summary

Returns the current timeout values used by tsNet external.

Syntax

tsNetGetTimeouts()

Description

Returns the current timeout values used by tsNet external.

Examples

put tsNetGetTimeouts() into tTimeouts
set the itemDel to comma
put item 1 of tTimeouts into tDnsCacheTimeout
put item 2 of tTimeouts into tRequestTimeoutMS
put item 3 of tTimeouts into tConnectTimeoutMS
put item 4 of tTimeouts into tAcceptTimeoutMS
put item 5 of tTimeouts into tLowSpeedTime
put item 6 of tTimeouts into tLowSpeedLimit

command: tsNetSetTimeouts

library: tsNet

Compatibility and Support

Introduced

LiveCode 8.1

OS

mac

windows

linux

ios

android

Platforms

desktop

server

mobile

Thank you for your feedback!

Was this page helpful?